home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / agp94sf1.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-05-17  |  23.9 KB  |  531 lines

  1. *PPD-Adobe: "4.2" 
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.1"
  5. *PCFileName: "AGP94SF1.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA ProSet 9400)"
  9. *PSVersion: "(52.3) 320"
  10. *ModelName: "AGFA-ProSet9400SF"
  11. *NickName: "AGFA-ProSet9400SF v52.3"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "2453510"
  15. *LanguageLevel: "1"
  16. *ColorDevice: False
  17. *VariablePaperSize: True
  18. *FileSystem: True
  19. *?FileSystem: "
  20.   statusdict begin diskstatus end
  21.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  22. "
  23. *End
  24. *Throughput: "1"
  25. *Password: "0"
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true 
  29.   }{
  30.     dup    % potential password
  31.     statusdict begin checkpassword end not 
  32.   } ifelse 
  33.   {  %  if no password or not valid 
  34.     (WARNING : Cannot perform the exitserver command.) = 
  35.     (Password supplied is not valid.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.   } if 
  39.   serverdict begin exitserver
  40. "
  41. *End
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not 
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot reset printer.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit 
  54.   } if 
  55.   serverdict begin exitserver
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 1200dpi
  62. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  63. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "100.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  83. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  84. "
  85. *End
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88.  
  89. *DefaultTransfer: Null
  90. *Transfer Null: "{ }"
  91. *Transfer Null.Inverse: "{ 1 exch sub }"
  92.  
  93. *% Paper Handling ===================
  94.  
  95. *% Use these entries to set paper size most of the time, unless there is
  96. *% specific reason to use PageRegion or PaperTray.
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "letter"
  99. *PageSize Legal: "legal"
  100. *PageSize Note: "note"
  101. *PageSize Tabloid: "11x17"
  102. *PageSize LARGE: "979 1944 1 statusdict /setpage get exec"
  103. *PageSize A3: "a3"
  104. *PageSize A4: "a4"
  105. *PageSize A5: "a5"
  106. *PageSize B5: "b5"
  107. *PageSize Letter.Transverse: "Letter"
  108. *PageSize A4.Transverse: "A4"
  109. *PageSize A5.Transverse: "A5"
  110. *PageSize B5.Transverse: "B5"
  111. *?PageSize: "
  112.  save 
  113.    /d0 5 dict def d0 begin
  114.      /420_596 (A5.Transverse) def
  115.      /516_729 (B5.Transverse) def
  116.      /596_842 (A4.Transverse) def
  117.      /612_792 (Letter.Transverse) def
  118.    end
  119.    /d1 8 dict def d1 begin
  120.      /596_420 (A5) def
  121.      /729_516 (B5) def
  122.      /792_612 (Letter) def
  123.      /842_596 (A4) def
  124.      /1008_612 (Legal) def
  125.      /1191_842 (A3) def
  126.      /1224_792 (Tabloid) def
  127.      /1944_979 (LARGE) def
  128.    end
  129.    statusdict begin pageparams end
  130.    4 1 roll pop
  131.    /high exch 10 string cvs dup length /hlen exch def def
  132.    /wide exch 10 string cvs def
  133.    /key hlen 1 add wide length add string def
  134.    key 0 high putinterval 
  135.    key hlen (_) putinterval
  136.    key hlen 1 add wide putinterval
  137.    0 eq {d0}{d1}ifelse
  138.    key cvn {get}stopped {(Unknown)}if
  139.    = flush
  140.    restore
  141. "
  142. *End
  143.  
  144. *% These entries will set up the frame buffer. Usually used with manual feed.
  145. *DefaultPageRegion: Letter
  146. *PageRegion Letter: "letter"
  147. *PageRegion A3: "a3"
  148. *PageRegion A4: "a4"
  149. *PageRegion A4.Transverse: "A4"
  150. *PageRegion A5: "a5"
  151. *PageRegion A5.Transverse: "A5"
  152. *PageRegion B5: "b5"
  153. *PageRegion B5.Transverse: "B5"
  154. *PageRegion LARGE: "979 1944 1 statusdict /setpage get exec"
  155. *PageRegion Letter.Transverse: "Letter"
  156. *PageRegion Legal: "legal"
  157. *PageRegion Note: "note"
  158. *PageRegion Tabloid: "11x17"
  159.  
  160. *% The following entries provide information about specific paper keywords.
  161. *DefaultImageableArea: Letter
  162. *ImageableArea Letter: "0 0 612 792 "
  163. *ImageableArea Legal: "0 0 612 1008 "
  164. *ImageableArea Note: "0 0 612 792 "
  165. *ImageableArea Tabloid: "0 0 792 1224 "
  166. *ImageableArea LARGE: "0 0 979 1944"
  167. *ImageableArea A3: "0 0 842 1191 "
  168. *ImageableArea A4: "0 0 596 842  "
  169. *ImageableArea A5: "0 0 420 596  "
  170. *ImageableArea B5: "0 0 516 729  "
  171. *ImageableArea Letter.Transverse: "0 0 612 792 "
  172. *ImageableArea A4.Transverse: "0 0 596 842 "
  173. *ImageableArea A5.Transverse: "0 0 420 596 "
  174. *ImageableArea B5.Transverse: "0 0 516 729 "
  175. *?ImageableArea: "
  176.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  177.   newpath clippath pathbbox
  178.   4 -2 roll exch 2 {ceiling cvp} repeat
  179.   exch 2 {floor cvp} repeat flush
  180.  restore
  181. "
  182. *End
  183.  
  184. *% These provide the physical dimensions of the paper (by keyword)
  185. *DefaultPaperDimension: Letter
  186. *PaperDimension Letter: "612 792 "
  187. *PaperDimension Legal: "612 1008"
  188. *PaperDimension Note: "612 792"
  189. *PaperDimension Tabloid: "792 1224"
  190. *PaperDimension LARGE: "979 1944"
  191. *PaperDimension A3: "842 1191"
  192. *PaperDimension A4: "596 842 "
  193. *PaperDimension A5: "420 596 "
  194. *PaperDimension B5: "516 729 "
  195.  
  196. *%corrected by Microsoft
  197. *%PaperDimension Letter.Transverse: "792 612 "
  198. *%PaperDimension A4.Transverse: "842 596 "
  199. *%PaperDimension A5.Transverse: "596 420 "
  200. *%PaperDimension B5.Transverse: "729 516 "
  201.  
  202. *PaperDimension Letter.Transverse:"612 792 "
  203. *PaperDimension A4.Transverse: "596 842 "
  204. *PaperDimension A5.Transverse: "420 596 "
  205. *PaperDimension B5.Transverse: "516 729 "
  206.  
  207. *% Default Handling Features. This machine is a roll-fed machine, which is 
  208. *% why most of these entries have values of "None".
  209. *DefaultPaperTray: None
  210. *DefaultOutputBin: Upper
  211. *DefaultInputSlot: None
  212. *DefaultManualFeed: False
  213. *DefaultOutputOrder: Normal
  214. *DefaultCollator: None
  215. *DefaultSorter: None
  216. *DefaultDuplex: None
  217.  
  218. *% Font Information =====================
  219.  
  220. *DefaultFont: Courier
  221. *Font Courier: Standard "(001.004)"
  222. *Font Courier-Bold: Standard "(001.004)"
  223. *Font Courier-BoldOblique: Standard "(001.004)"
  224. *Font Courier-Oblique: Standard "(001.004)"
  225. *Font Helvetica: Standard "(001.002)"
  226. *Font Helvetica-Bold: Standard "(001.002)"
  227. *Font Helvetica-BoldOblique: Standard "(001.002)"
  228. *Font Helvetica-Oblique: Standard "(001.002)"
  229. *Font Symbol: Special "(001.003)"
  230. *Font Times-Bold: Standard "(001.002)"
  231. *Font Times-BoldItalic: Standard "(001.004)"
  232. *Font Times-Italic: Standard "(001.002)"
  233. *Font Times-Roman: Standard "(001.002)"
  234. *?FontQuery: "
  235. save  4 dict begin /sv exch def
  236. /str (fonts/                              ) def
  237. /st2 128 string def
  238. {
  239.   count 0 gt {
  240.     dup st2 cvs (/) print print (:) print
  241.     dup FontDirectory exch known {pop (Yes)}{
  242.      str exch st2 cvs dup length /len exch def
  243.      6 exch putinterval str 0 len 6 add getinterval mark exch
  244.      { } st2 filenameforall counttomark 0 gt {
  245.       cleartomark (Yes)}{cleartomark (No)}ifelse
  246.     }ifelse = flush
  247.   }{ exit } ifelse
  248. } bind loop
  249. (*) = flush
  250. sv end restore
  251. "
  252. *End
  253.  
  254. *?FontList: "
  255. save  2 dict begin /sv exch def
  256. /str 128 string def
  257. FontDirectory { pop == } bind forall flush
  258. /filenameforall where { 
  259.  pop save (fonts/*) { 
  260.   dup length 6 sub 6 exch getinterval cvn == 
  261.  } bind str filenameforall flush restore
  262. } if 
  263. (*) = flush
  264. sv end restore
  265. "
  266. *End
  267.  
  268. *% Printer Messages (verbatim from printer):
  269. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  270. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  271. *Message: "\FontName\ not found, using Courier"
  272.  
  273. *% Status (format: %%[ status: <one of these> ]%% )
  274. *Status: "idle"
  275. *Status: "busy"
  276. *Status: "waiting"
  277. *Status: "printing"
  278.  
  279. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  280. *Source: "serial9"
  281. *Source: "serial25"
  282. *Source: "AppleTalk"
  283. *Source: "Centronics"
  284.  
  285. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  286.  
  287. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  288.  
  289. *% Color Separation Information =====================
  290.  
  291. *InkName: ProcessCyan/Process Cyan
  292. *InkName: ProcessMagenta/Process Magenta
  293. *InkName: ProcessYellow/Process Yellow
  294. *InkName: ProcessBlack/Process Black
  295. *InkName: CustomColor/Custom Color
  296.  
  297.  
  298. *% For 1200 dpi  =====================================================
  299.  
  300. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  301. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  302. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  303. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  304. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  305.  
  306. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  307. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  308. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  309. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  310. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  311.  
  312. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  313. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  314. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  315. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  316. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  317.  
  318. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  319. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  320. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  321. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  322. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  323.  
  324. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  325. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  326. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  327. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  328. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  329.  
  330. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  331. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  332. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  333. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  334. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  335.  
  336. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  337. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  338. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  339. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  340. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  341.  
  342. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  343. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  344. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  345. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  346. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  347.  
  348. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  349. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  350. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  351. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  352. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  353.  
  354. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  355. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  356. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  357. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  358. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  359.  
  360. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  361. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  362. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  363. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  364. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  365.  
  366. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  367. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  368. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  369. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  370. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  371.  
  372. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  373. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  374. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  375. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  376. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  377.  
  378. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  379. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  380. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  381. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  382. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  383.  
  384. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  385. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  386. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  387. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  388. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  389.  
  390. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  391. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  392. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  393. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  394. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  395.  
  396. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  397. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  398. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  399. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  400. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  401.  
  402. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  403. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  404. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  405. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  406. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  407.  
  408. *% For 2400 dpi  =====================================================
  409.  
  410. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  411. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  412. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  413. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  414. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  415.  
  416. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  417. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  418. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  419. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  420. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  421.  
  422. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  423. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  424. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  425. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  426. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  427.  
  428. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  429. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  430. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  431. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  432. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  433.  
  434. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  435. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  436. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  437. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  438. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  439.  
  440. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  441. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  442. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  443. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  444. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  445.  
  446. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  447. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  448. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  449. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  450. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  451.  
  452. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  453. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  454. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  455. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  456. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  457.  
  458. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  459. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  460. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  461. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  462. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  463.  
  464. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  465. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  466. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  467. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  468. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  469.  
  470. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  471. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  472. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  473. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  474. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  475.  
  476. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  477. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  478. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  479. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  480. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  481.  
  482. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  483. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  484. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  485. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  486. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  487.  
  488. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  489. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  490. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  491. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  492. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  493.  
  494. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  495. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  496. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  497. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  498. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  499.  
  500. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  501. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  502. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  503. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  504. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  505.  
  506. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  507. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  508. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  509. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  510. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  511.  
  512. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  513. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  514. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  515. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  516. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  517.  
  518. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  519. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  520. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  521. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  522. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  523.  
  524. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  525. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  526. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  527. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  528. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  529.  
  530. *% end of PPD file for AGFA_ProSet9400SF
  531.